home *** CD-ROM | disk | FTP | other *** search
- .TH TIME
- 6 "IRIT Version 6.0"
- .SH NAME
- TIME
-
-
-
- TIME( NumericType Reset )
-
- Returns the time in seconds from the last time TIME was called with
- Reset TRUE. This time is CPU time if such support is available
- from the system (times function), and is real time otherwise (time
- function).
- The time is automatically reset at the beginning of the execution of this
- program.
-
- Example:
-
- Dummy = TIME( TRUE );
- .
- .
- .
- TIME( FALSE );
-
- prints the time in seconds between the above two time function calls.
-